decryptFile(String,String,String,boolean) Method
In This Topic
Decrypts the PDF file given in input stream and saves the encrypted file to output stream.
Syntax
public static void decryptFile(
java.lang.String ,
java.lang.String ,
java.lang.String ,
boolean
)
|
Parameters
- inputFileName
- Path to the input PDF file.
- inputPassword
- Password for decrypting the input file.
- outputFileName
- Path to the decrypted PDF file.
- enableObjectCompression
- If true then the internal structure of the output PDF file is compressed.
See Also